Params

public interface Params

The parameters of the StartNavigationCallback.

Functions

Link copied to clipboard
public boolean isMainFrame()
Returns true if the navigation request URL belongs to a main frame.
Link copied to clipboard
public boolean isRedirect()
Returns true if the request is the result of redirection caused by another request.
Link copied to clipboard
public String url()
Returns a string that represents the navigation request URL.